home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
PROGRAMMING
/
DESKLIBC
/
SOURCES.ZIP
/
DeskLib
/
!DLSources
/
Libraries
/
ColourTran
/
s
/
SelectTabl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-26
|
600 b
|
23 lines
;-------------------------------------------------------------------------------
; ColourTrans_SelectTable(int src_mode, int *src_pal,
; int dst_mode, int *dst_pal,
; char *table);
; Copyright 1993 Shaun Blackmore
GET ^.h.macros
GET ^.h.RegNames
GET ^.h.SWInames
;
PREAMBLE
STARTCODE ColourTrans_SelectTable
;
MOV ip,sp
STMFD sp!,{r4,lr}
LDR r4,[ip,#0]
SWI XSWI_ColourTrans_SelectTable
MOVVC r0, #0
LDMFD sp!,{r4,pc}^
;
END